GetIsolateIdResponse

data class GetIsolateIdResponse(id: String)

Represents response frame that is returned from Runtime#getIsolateId operation call. Returns the isolate id.

See also

Constructors

GetIsolateIdResponse
Link copied to clipboard
fun GetIsolateIdResponse(id: String)

Properties

id
Link copied to clipboard
val id: String
The isolate id.

Sources

jvm source
Link copied to clipboard